[INFO] cloning repository https://github.com/TheUnlocked/aoc-2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheUnlocked/aoc-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheUnlocked%2Faoc-2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheUnlocked%2Faoc-2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4e23934463033d031a41fb8d4f6a5f750011721e
[INFO] fixing TheUnlocked/aoc-2023 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheUnlocked%2Faoc-2023" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TheUnlocked/aoc-2023
[INFO] finished tweaking git repo https://github.com/TheUnlocked/aoc-2023
[INFO] tweaked toml for git repo https://github.com/TheUnlocked/aoc-2023 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TheUnlocked/aoc-2023 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TheUnlocked/aoc-2023 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 78faf4e0aa25a2eb0a14f19970270e4aa88808a152691c3e885a233665a0cf88
[INFO] running `Command { std: "docker" "start" "78faf4e0aa25a2eb0a14f19970270e4aa88808a152691c3e885a233665a0cf88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "78faf4e0aa25a2eb0a14f19970270e4aa88808a152691c3e885a233665a0cf88" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78faf4e0aa25a2eb0a14f19970270e4aa88808a152691c3e885a233665a0cf88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "78faf4e0aa25a2eb0a14f19970270e4aa88808a152691c3e885a233665a0cf88" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking fluid-let v1.0.0
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking itertools v0.12.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking aoc-2023 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/lib.rs (8 fixes)
[INFO] [stderr]    Migrating src/bin/day13.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]    Migrating src/bin/day2.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day13.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day13.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day13.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day13.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day13.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day13.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day13.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day13.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]    Migrating src/bin/day14.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day2.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day2.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 79 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day2.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day2.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 79 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day2.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day2.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 79 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day2.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day2.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 79 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]    Migrating src/bin/day11.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day14.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day14.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day14.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day14.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day14.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day14.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day14.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day14.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day11.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day11.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day11.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day11.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/day9.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day11.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day11.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day11.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day11.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day9.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / aoc! {
[INFO] [stdout]  6 | |     use "./inputs/day9.txt";
[INFO] [stdout]  7 | |
[INFO] [stdout]  8 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day9.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / aoc! {
[INFO] [stdout]  6 | |     use "./inputs/day9.txt";
[INFO] [stdout]  7 | |
[INFO] [stdout]  8 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day9.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / aoc! {
[INFO] [stdout]  6 | |     use "./inputs/day9.txt";
[INFO] [stdout]  7 | |
[INFO] [stdout]  8 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day9.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / aoc! {
[INFO] [stdout]  6 | |     use "./inputs/day9.txt";
[INFO] [stdout]  7 | |
[INFO] [stdout]  8 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/day1.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day2.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day2.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 79 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day2.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day2.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 79 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day2.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day2.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 79 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day2.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day2.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 79 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]    Migrating src/bin/day12.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day1.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day1.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day1.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day1.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day1.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day1.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day1.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day1.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]    Migrating src/bin/day10.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/bin/day12.rs (2 fixes)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day10.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day10.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day10.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day10.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day10.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day10.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day10.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day10.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/day6.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/bin/day3.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/bin/day3.rs (2 fixes)
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/day4.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]    Migrating src/bin/day5.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day4.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / aoc! {
[INFO] [stdout]  8 | |     use "./inputs/day4.txt";
[INFO] [stdout]  9 | |
[INFO] [stdout] 10 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day4.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / aoc! {
[INFO] [stdout]  8 | |     use "./inputs/day4.txt";
[INFO] [stdout]  9 | |
[INFO] [stdout] 10 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day4.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / aoc! {
[INFO] [stdout]  8 | |     use "./inputs/day4.txt";
[INFO] [stdout]  9 | |
[INFO] [stdout] 10 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day4.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / aoc! {
[INFO] [stdout]  8 | |     use "./inputs/day4.txt";
[INFO] [stdout]  9 | |
[INFO] [stdout] 10 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day11.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day11.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day11.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day11.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day11.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day11.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day11.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day11.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day9.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / aoc! {
[INFO] [stdout]  6 | |     use "./inputs/day9.txt";
[INFO] [stdout]  7 | |
[INFO] [stdout]  8 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day9.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / aoc! {
[INFO] [stdout]  6 | |     use "./inputs/day9.txt";
[INFO] [stdout]  7 | |
[INFO] [stdout]  8 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day9.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / aoc! {
[INFO] [stdout]  6 | |     use "./inputs/day9.txt";
[INFO] [stdout]  7 | |
[INFO] [stdout]  8 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day9.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / aoc! {
[INFO] [stdout]  6 | |     use "./inputs/day9.txt";
[INFO] [stdout]  7 | |
[INFO] [stdout]  8 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]    Migrating src/bin/day8.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day1.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day1.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day1.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day1.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day1.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day1.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day1.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day1.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day8.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / aoc! {
[INFO] [stdout]   9 | |     use "./inputs/day8.txt";
[INFO] [stdout]  10 | |
[INFO] [stdout]  11 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day8.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / aoc! {
[INFO] [stdout]   9 | |     use "./inputs/day8.txt";
[INFO] [stdout]  10 | |
[INFO] [stdout]  11 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day8.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / aoc! {
[INFO] [stdout]   9 | |     use "./inputs/day8.txt";
[INFO] [stdout]  10 | |
[INFO] [stdout]  11 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day8.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / aoc! {
[INFO] [stdout]   9 | |     use "./inputs/day8.txt";
[INFO] [stdout]  10 | |
[INFO] [stdout]  11 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day14.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day14.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day14.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day14.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day14.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day14.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day14.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day14.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day4.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / aoc! {
[INFO] [stdout]  8 | |     use "./inputs/day4.txt";
[INFO] [stdout]  9 | |
[INFO] [stdout] 10 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day4.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / aoc! {
[INFO] [stdout]  8 | |     use "./inputs/day4.txt";
[INFO] [stdout]  9 | |
[INFO] [stdout] 10 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/bin/day4.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / aoc! {
[INFO] [stdout]  8 | |     use "./inputs/day4.txt";
[INFO] [stdout]  9 | |
[INFO] [stdout] 10 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/bin/day4.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / aoc! {
[INFO] [stdout]  8 | |     use "./inputs/day4.txt";
[INFO] [stdout]  9 | |
[INFO] [stdout] 10 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]    Migrating src/bin/day7.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day10.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day10.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day10.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day10.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day10.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day10.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day10.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day10.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day13.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day13.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day13.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day13.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day13.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day13.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day13.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day13.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day8.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / aoc! {
[INFO] [stdout]   9 | |     use "./inputs/day8.txt";
[INFO] [stdout]  10 | |
[INFO] [stdout]  11 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day8.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / aoc! {
[INFO] [stdout]   9 | |     use "./inputs/day8.txt";
[INFO] [stdout]  10 | |
[INFO] [stdout]  11 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.27s
[INFO] [stdout] warning: `impl AocResult` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/bin/day8.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / aoc! {
[INFO] [stdout]   9 | |     use "./inputs/day8.txt";
[INFO] [stdout]  10 | |
[INFO] [stdout]  11 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/bin/day8.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / aoc! {
[INFO] [stdout]   9 | |     use "./inputs/day8.txt";
[INFO] [stdout]  10 | |
[INFO] [stdout]  11 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: aoc-2023 v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking aoc-2023 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/grid.rs:29:25
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn with_indices(&self) -> GridIndices<T> {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn with_indices(&self) -> GridIndices<'_, T> {
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/grid.rs:232:18
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn new(grid: &Grid<T>, x: usize) -> Column<T> {
[INFO] [stdout]     |                  ^^^^^^^^               ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn new(grid: &Grid<T>, x: usize) -> Column<'_, T> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/grid.rs:29:25
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn with_indices(&self) -> GridIndices<T> {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn with_indices(&self) -> GridIndices<'_, T> {
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/grid.rs:232:18
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn new(grid: &Grid<T>, x: usize) -> Column<T> {
[INFO] [stdout]     |                  ^^^^^^^^               ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn new(grid: &Grid<T>, x: usize) -> Column<'_, T> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]   --> src/bin/day9.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / aoc! {
[INFO] [stdout]  6 | |     use "./inputs/day9.txt";
[INFO] [stdout]  7 | |
[INFO] [stdout]  8 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^ expected a path
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]   --> src/bin/day9.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / aoc! {
[INFO] [stdout]  6 | |     use "./inputs/day9.txt";
[INFO] [stdout]  7 | |
[INFO] [stdout]  8 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^ expected a path
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day11.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day11.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^ expected a path
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day11.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day11.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^ expected a path
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day14.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day14.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day14.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day14.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^ expected a path
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]   --> src/bin/day6.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day6.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | | }
[INFO] [stdout]    | |_^ expected a path
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day7.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day7.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]   --> src/bin/day2.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day2.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 79 | | }
[INFO] [stdout]    | |_^ expected a path
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day9" test) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]   --> src/bin/day2.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / aoc! {
[INFO] [stdout]  5 | |     use "./inputs/day2.txt";
[INFO] [stdout]  6 | |
[INFO] [stdout]  7 | |     example!(part1(
[INFO] [stdout] ...  |
[INFO] [stdout] 79 | | }
[INFO] [stdout]    | |_^ expected a path
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day12.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day12.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day7" test) due to 2 previous errors
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day5.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / aoc! {
[INFO] [stdout]   7 | |     use "./inputs/day5.txt";
[INFO] [stdout]   8 | |
[INFO] [stdout]   9 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day3.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / aoc! {
[INFO] [stdout]   4 | |     use "./inputs/day3.txt";
[INFO] [stdout]   5 | |
[INFO] [stdout]   6 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day14" test) due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day12") due to 2 previous errors
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day10.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day10.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day6") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day11") due to 2 previous errors
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day10.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / aoc! {
[INFO] [stdout]   8 | |     use "./inputs/day10.txt";
[INFO] [stdout]   9 | |
[INFO] [stdout]  10 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day2" test) due to 2 previous errors
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day6" test) due to 2 previous errors
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day12" test) due to 2 previous errors
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day7") due to 2 previous errors
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day3" test) due to 2 previous errors
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day8.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / aoc! {
[INFO] [stdout]   9 | |     use "./inputs/day8.txt";
[INFO] [stdout]  10 | |
[INFO] [stdout]  11 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day3") due to 2 previous errors
[INFO] [stdout] error[E0178]: expected a path on the left-hand side of `+`
[INFO] [stdout]    --> src/bin/day8.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / aoc! {
[INFO] [stdout]   9 | |     use "./inputs/day8.txt";
[INFO] [stdout]  10 | |
[INFO] [stdout]  11 | |     example!(part1(
[INFO] [stdout] ...   |
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^ expected a path
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::run_top_level_stmts` which comes from the expansion of the macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day5" test) due to 2 previous errors
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day5") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0178`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day8") due to 2 previous errors
[INFO] [stderr] error: could not compile `aoc-2023` (bin "day10" test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "78faf4e0aa25a2eb0a14f19970270e4aa88808a152691c3e885a233665a0cf88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78faf4e0aa25a2eb0a14f19970270e4aa88808a152691c3e885a233665a0cf88", kill_on_drop: false }`
[INFO] [stdout] 78faf4e0aa25a2eb0a14f19970270e4aa88808a152691c3e885a233665a0cf88
